collie.channel.handler

Undocumented in source.

Members

Classes

Handler
class Handler(Rin, Rout = Rin, Win = Rout, Wout = Rin)

Rin : the Handle will read type Rout : Next Handle will Read Type Win : the Handle will Write type Wout : Next Handle will write type

HandlerAdapter
class HandlerAdapter(R, W = R)
Undocumented in source.
HandlerBase
class HandlerBase(Context)
Undocumented in source.
InboundHandler
class InboundHandler(Rin, Rout = Rin)

Rin : the Handle will read type Rout : Next Handle will Read Type

OutboundHandler
class OutboundHandler(Win, Wout = Win)

Win : the Handle will Write type Wout : Next Handle will write type

PipelineContext
class PipelineContext
Undocumented in source.

Interfaces

InboundLink
interface InboundLink(In)
Undocumented in source.
OutboundLink
interface OutboundLink(Out)
Undocumented in source.

Meta